tests/test-pull-c: New test that runs through the pull API via C
authorColin Walters <walters@verbum.org>
Mon, 6 Jun 2016 18:49:11 +0000 (14:49 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 7 Jun 2016 15:58:37 +0000 (15:58 +0000)
commit7fb49037ab6033bc53fa2eb3b516d7709b558d90
tree69933b7791df3df937ad951b40a01454620e01ec
parent085801185125893a53d7a65732c6832f875ed5d6
tests/test-pull-c: New test that runs through the pull API via C

We have had in the past issues with running `ostree_repo_pull()`
multiple times in the same process, embarassingly enough.  Nothing in
the current test suite covers this, so let's start.

Closes: #322
Approved by: jlebon
Makefile-tests.am
tests/libostreetest.c
tests/libostreetest.h
tests/test-pull-c.c [new file with mode: 0644]